/* 🌿 MAIN.CSS - HOEBEN ELECTRONICS */

/* Algemene opmaak */
body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #222;
	overflow-x: hidden;
}

/* Maximale paginabreedte */
#content {
	max-width: 960px;
	margin: 0 auto;
	padding: 2rem 1rem;
	background: #fff;
}

h1 {
	font-size: 2.2em;
	font-weight: 600;
	color: #1f2f59;
}

h2 {
	font-size: 1.6em;
	margin-top: 50px;
	color: #1f2f59;
}

/* 🔄 HEADER STRUCTUUR */
#header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: white;
	padding: 0 20px;
	height: 80px;
	max-width: 960px;
	margin: 0 auto;
	border-bottom: 1px solid #ddd;
	position: relative;
	z-index: 30;
}

/* 🔵 LOGO LINKS */
#logo {
	width: 220px;
	height: 60px;
	background-image: url("../css/Hoeben_Logo_RGB_kl.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}

/* 🔵 MENU RECHTS */
#menu {
	background: none;
	box-shadow: none;
	padding: 0;
	width: auto;
	display: flex;
	align-items: center;
	font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.menu-list {
	display: flex;
	flex-direction: row;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 10px;
}

.menu-list li {
	position: relative;
}

.menu-list a {
	display: inline-block;
	color: #314ea3;
	text-decoration: none;
	padding: 10px 14px;
	font-size: 15px;
	font-weight: 500;
	transition: background 0.3s ease, color 0.3s ease;
	border-radius: 6px;
}

.menu-list a:hover,
.menu-list a:focus {
	background-color: #f0f4ff;
}

/* Mobile toggle button */
#menu-toggle {
	display: none;
}

/* 📱 MOBIEL */
@media (max-width: 768px) {
	#header {
		flex-direction: column;
		align-items: stretch;
		height: auto;
		padding: 0;
	}

	#logo {
		width: 100%;
		height: 60px;
		background-position: center;
		margin: 10px 0;
	}

	#menu {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}

	#menu-toggle {
		display: block;
		background-color: white;
		color: #314ea3;
		padding: 14px 20px;
		border: none;
		box-shadow: inset 0 -1px 0 #e0e0e0;

		cursor: pointer;
		font-size: 16px;
		text-align: left;
		width: 100%;
		font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	}

	.menu-list {
		display: flex;
		flex-direction: column;
		width: 100%;
		background-color: white;
		border-top: 1px solid #ddd;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease-in-out;
	}

	.menu-list.active {
		max-height: 500px; /* genoeg voor 5 items, geen scroll nodig */
	}

	.menu-list li {
		text-align: left;
		width: 100%;
	}

	.menu-list a {
		width: 100%;
		padding: 12px 20px;
		color: #314ea3;
		background-color: white;
		text-decoration: none;
		font-size: 15px;
		font-weight: 500;
		border-top: 1px solid #f0f0f0;
	}

	.menu-list a:hover {
		background-color: #f0f4ff;
	}
}

/* CONTENT */

/* Bestaande styles blijven behouden */

/* 🌐 HOMEPAGE TILE SECTION - alleen op bindex */
body#bindex .homepage-tiles {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
	margin: 40px 0 60px;
}

body#bindex .homepage-tile {
	background-color: #ffffff;
	border: 1px solid #dce3f1;
	border-radius: 16px;
	padding: 24px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

body#bindex .homepage-tile:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

body#bindex .homepage-tile h3 {
	font-size: 1.3em;
	margin-top: 16px;
	color: #1f2f59;
}

body#bindex .homepage-tile p {
	margin: 12px 0;
	color: #444;
	font-size: 14.5px;
	line-height: 1.5;
}

body#bindex .homepage-tile .cta-button {
	margin-top: auto;
}

body#bindex .tile-img {
	width: 100%;
	max-width: 320px;
	border-radius: 12px;
	object-fit: cover;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

@media (max-width: 600px) {
	body#bindex .tile-img {
		max-width: 100%;
	}
	body#bindex .homepage-tile {
		padding: 18px;
	}
}

/* ✨ Subtiele tagline */
.tagline {
	font-size: 15px;
	color: #666;
	margin-top: 10px;
	margin-bottom: 20px;
	font-style: italic;
}

/* 🧠 Intro block */
.intro-block {
	background-color: #f0f4ff;
	border-left: 4px solid #314ea3;
	padding: 20px;
	margin-bottom: 40px;
	font-size: 15px;
	color: #333;
	border-radius: 4px;
}

/* ✔️ Lijst met subtiele iconen */
.expertise-list {
	list-style: none;
	padding: 0;
}

.expertise-list li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 8px;
	font-size: 14px;
}

.expertise-list .icon {
	position: absolute;
	left: 0;
	top: 0;
	color: #31a386;
	font-weight: bold;
}

/* EXPERTISE / SERVICES-STYLING */
.services-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	margin: 40px 0;
}

.home-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	margin: 40px 0;
}

.service-card {
	background-color: #ffffff;
	border: 1px solid #dce3f1;
	padding: 24px;
	border-radius: 16px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.service-card:hover {
	/* transform: scale(1.02); */
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.service-card h2 {
	font-size: 18px;
	color: #314ea3;
	margin-top: 0;
	margin-bottom: 12px;
}

.service-card h3 {
	font-size: 1.2em;
	margin-bottom: 0.6em;
	color: #1f2f59;
}

.service-card p {
	margin-bottom: 0.4em;
	line-height: 1.5em;
	color: #333;
}

.service-card strong {
	color: #1f2f59;
}

.service-card ul {
	padding-left: 20px;
	margin: 0;
}

.service-card ul li {
	margin-bottom: 6px;
}

body#bindex .services-container {
	margin: 5px 0;
}

body#bindex .service-card {
	padding: 5px;
}

/* CTA BLOK ONDERAAN */
.cta-section {
	background-color: #f8faff; /* zachtere, blauwige tint */
	border: 1px solid #dce6f5;
	border-radius: 12px;
	padding: 24px;
	margin-top: 40px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.cta-section h2 {
	font-size: 1.4em;
	color: #1f2f59;
	margin-bottom: 12px;
}

.cta-section p {
	margin-bottom: 10px;
	color: #444;
}

.cta-section .checklist {
	list-style: none;
	padding-left: 0;
	margin: 16px 0;
}

.cta-section .checklist li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 8px;
}

.cta-section .checklist li::before {
	content: "✔";
	position: absolute;
	left: 0;
	color: #2673ff;
	font-size: 1em;
	top: 0;
}

.cta-button,
.cta-section .cta-button,
.cta-section a.cta-button {
	display: inline-block;
	padding: 10px 20px;
	background-color: #314ea3;
	color: white;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 500;
	transition: background-color 0.2s ease;
}

.cta-section .cta-button:hover {
	background-color: #1f2f59;
}

/* PORTFOLIO JUMP-TO */

.oval-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.oval-nav li a {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 999px;
	background-color: #f0f4ff;
	color: #314ea3;
	text-decoration: none;
	font-weight: 500;
	border: 1px solid #d6e2ff;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.oval-nav li a:hover {
	background-color: #314ea3;
	color: white;
}

/* FOOTER */

#footer {
	background-color: #f9f9f9;
	border-top: 1px solid #e0e0e0;
	font-size: 13px;
	color: #666;
	padding: 20px 0;
	margin-top: 60px;
}

.footer-container {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
}

.footer-container a {
	color: #314ea3;
	text-decoration: none;
	margin: 0 10px;
	font-weight: 500;
	transition: color 0.2s ease;
}

.footer-container a:hover {
	text-decoration: underline;
	color: #1e3791;
}
